home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / frame_26 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  279 b   |  16 lines

  1. delete _root.onEnterFrame;
  2. _root.ShowMessage(false);
  3. _root.RemoveAll();
  4. _root.enemy_speed += 0.1;
  5. _root.en_shooting += 0.1;
  6. _root.pick_up_man += 0.1;
  7. if(_root.astronauts > 0)
  8. {
  9.    _root.bonus_txt = "BONUS x100";
  10. }
  11. else
  12. {
  13.    _root.bonus_txt = "NO BONUS";
  14. }
  15. stop();
  16.